home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global pict, movieshow, g_pictpath, moviepos, movieprepos, qtframelist, g_pause, womannum
- dontPassEvent()
- set moviepos to movieprepos
- set movieprepos to moviepos
- set pict to the memberNum of sprite clickOn() - getAt(qtframelist, moviepos)
- set the keyDownScript to "checkkey0"
- set movieshow to 0
- set the visible of sprite 23 to 0
- set the visible of sprite 24 to 0
- set the visible of sprite 29 to 0
- updateStage()
- pictcast()
- importpict()
- if g_pause = 1 then
- go("pa")
- else
- go("from")
- end if
- end
-